home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_76 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-14  |  114 b   |  9 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("quiz");
  5.       play();
  6.    }
  7.    gotoAndStop(1);
  8. }
  9.